projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
908911d
)
Fix thinko in node_should_be_visible()
author
Federico Mena Quintero
<federico@novell.com>
Wed, 2 Sep 2009 23:26:00 +0000
(18:26 -0500)
committer
Benjamin Otte
<otte@gnome.org>
Thu, 15 Oct 2009 20:06:16 +0000
(22:06 +0200)
Signed-off-by: Federico Mena Quintero <federico@novell.com>
gtk/gtkfilesystemmodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilesystemmodel.c
b/gtk/gtkfilesystemmodel.c
index c2fe884e0e38d082e7cf19786ba846e0e66ccb14..c66c20c692dc1f94cbda268b91510872b181e340 100644
(file)
--- a/
gtk/gtkfilesystemmodel.c
+++ b/
gtk/gtkfilesystemmodel.c
@@
-313,7
+313,7
@@
node_should_be_visible (GtkFileSystemModel *model, guint id)
if (required & GTK_FILE_FILTER_FILENAME)
{
filename = g_file_get_path (node->file);
- if (fil
ter_info.fil
ename)
+ if (filename)
{
filter_info.filename = filename;
filter_info.contains |= GTK_FILE_FILTER_FILENAME;